home *** CD-ROM | disk | FTP | other *** search
/ Windows 3-Pak - Disc 2 / Infomagic - Windows 3-Pak (Disc 2 of 3).iso / FTP-Clients / f_x86t32.exe / EXE / CNTFILE3 / CNTFILE3 (.txt)
Microsoft Windows Help File Content  |  1999-09-07  |  2KB  |  46 lines

  1. :Base ftpscrpt.HLP
  2. 1 Overview of Scripting=Overview_of_Scripting
  3. 1 Script Command Reference=Command_Reference_ALL
  4. 1 Getting Started
  5. 2 Writing Scripts=Writing_Scripts
  6. 2 Using Environment Variables=Using_Environment_Variables
  7. 2 Sample Script=Sample_Script
  8. 1 What Script Command Do I Use To...
  9. 2 Connect to an FTP site on a particular port=connect
  10. 2 Specify the user ID for a log on to an FTP site=user
  11. 2 Specify the password for a log on to an FTP site=pass
  12. 2 Specify the user ID for our firewall=FIREUSER
  13. 2 Specify the password for our firewall=FIREPASS
  14. 2 Change the current folder on your PC=lcd
  15. 2 Change the current folder on an FTP site=cd
  16. 2 Issue a list command to an FTP site using a file mask=dir
  17. 2 Create a folder on an FTP site=mkdir
  18. 2 Specify a file or folder to rename on an FTP site=rnfr
  19. 2 Renaming a file or folder on an FTP site=rnto
  20. 2 Use the MS-DOS prompt (shell)=shell
  21. 2 Disconnect from an FTP site=close
  22. 2 Delete files and folders
  23. 3 Deleting a single file=del
  24. 3 Deleting multiple files=MDELETE
  25. 3 Deleting an empty folder=rmdir
  26. 3 Deleting folders containing subfolders=rdel
  27. 2 Transfer files and folders TO an FTP site
  28. 3 Transfer a single file=put
  29. 3 Transfer multiple files=MPUT
  30. 3 Transfer folders containing subfolders=rput
  31. 2 Transfer files and folder FROM an FTP site
  32. 3 Transfer a single file from an FTP site=get
  33. 3 Transfer multiple files=MGET
  34. 3 Transfer folders containing subfolders=rget
  35. 1 Using Script Commands to Control Script Flow
  36. 2 Checking for an error=onerror
  37. 2 Checking for success=onsuccess
  38. 2 Establishing a point to go to=label
  39. 2 Going to a labelled point in the script=goto
  40. 1 Editing and Debugging Scripts
  41. 2 Editing a Script=Editing_Scripts
  42. 2 Debugging a Script=Debugging_Scripts
  43. 1 Executing Scripts
  44. 2 Executing Scripts=Executing_Scripts
  45. 2 Execution Parameters=Command_Line_Syntax
  46.